home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 June: Reference Library / Dev.CD Jun 95 / Dev.CD Jun 95.toast / What's New? / New System Software Extensions / QuickDraw 3D ß / Programming / SampleCode / Modeller ƒ / Modeller_initialize.h < prev    next >
Encoding:
Text File  |  1995-03-06  |  526 b   |  26 lines  |  [TEXT/MPS ]

  1. // Modeller_initialize.h
  2. //
  3. // Initialization function prototypes for the 
  4. // modeller application
  5. //
  6. // Modification History
  7. //
  8. //    11/26/94        nick        initial cut - symantec proto_helper app, add defines
  9.  
  10.  
  11. #ifndef _MODELLER_INITIALIZE_H_
  12. #define _MODELLER_INITIALIZE_H_
  13.  
  14. /* Modeller_initialize.c */
  15. void InitializeToolbox(void);
  16. void InitializeAppStuff( short    numMoreMasters ) ;
  17.  
  18.  
  19. void InitializeGlobals(void);
  20. void DeallocateGlobals(void);
  21. void SetupMenus(void);
  22.  
  23. void    SplashSetUp( void ) ;
  24. void    SplashTearDown( void ) ;
  25.  
  26. #endif